home *** CD-ROM | disk | FTP | other *** search
- Path: yakko.cs.rose-hulman.edu!payneca
- From: payneca%/etc/HOSTNAME (Christopher Payne)
- Newsgroups: comp.lang.c
- Subject: Re: integer-2-string
- Date: 19 Jan 1996 03:37:09 GMT
- Organization: Hemlock Corporation
- Message-ID: <4dn3l5$l7h@yakko.cs.rose-hulman.edu>
- References: <4dht24$g0g@ratree.psu.ac.th>
- NNTP-Posting-Host: payneca.student.rose-hulman.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- Sommanat SOMNAWAT (s3635333@maliwan.psu.ac.th) wrote:
- : Hi there,
-
- : In C on UNIX,how can I convert integer to string ??
- : Function itoa() doesn't work.......
-
- sprintf(buff,"%d",int_var); works well.
-
- C
-
- --
- ============================================================================
- Christopher Payne Email: PayneCA@Rose-Hulman.Edu
- Director of Research & Development Cool: Anime, Atari, RPGs, M:tA
- Hemlock Corporation WWW: http://www.rose-hulman.edu/~payneca
- ============================================================================
-